home *** CD-ROM | disk | FTP | other *** search
/ Jigsaw Pinups / Jigsaw Pinups.iso / insthd.bat < prev    next >
DOS Batch File  |  1994-01-28  |  436b  |  20 lines

  1. @echo off
  2. cls
  3. if %1. == . GOTO incomplete
  4. xcopy *.* %1 /S
  5. GOTO end
  6. :incomplete
  7. ECHO
  8. ECHO                Specify destination drive (and path)
  9. ECHO              example: [PINUPS D:] or [PINUPS D:games\]
  10. ECHO
  11. GOTO quit
  12. :end
  13. cls
  14. ECHO
  15. ECHO                Insert next disk and repeat until last disk
  16. ECHO                 is installed, then select drive (and path)
  17. ECHO                          and type PINUPS.
  18. ECHO
  19. :quit
  20.